.head{
	height: 90px;
	width: 100%;
	background: #fff;
	position: relative;
	z-index: 999;
}
.head .logo{
	float: left;
	left: 50%;
	margin-left: -800px;
	height: 100%;
}
.head .logo .logo-img{
	float: left;
	line-height: 90px;
}
.head .logo .logo-txt{
	margin-left: 12px;
	height: 100%;
	float: left;
	box-sizing: border-box;
	padding-top: 28px;
}
.head .logo .logo-txt h1{
	font-size: 18px;
	color: #333;
}
.head .logo .logo-txt .en{
	font-size: 14px;
	color: #666;
	margin-top: 3px;
}
.head .head-nav{
	float: right;
	font-size: 16px;
	height: 100%;
	margin-right: 100px;
}
.head .head-nav li{
	height: 100%;
	float: left;
	margin: 0 16px;
}
.head .head-nav li a{
	color: #666;
	display: block;
	height: 100%;
	line-height:90px;
}
.head .head-nav li.active a,
.head .head-nav li:hover a{
	color: #133984;
}
.head .head-nav li a:before{
	content: '';
	width: 0;
	height: 4px;
	background: #133984;
	position: absolute;
	top: -4px;
	left: 0%;
	transition: .3s;
	width: 100%;
}
.head .head-nav li.active a:before,
.head .head-nav li:hover a:before{
	top: 0;
}
.head .head-other{
	height: 100%;
	width: auto;
	float: right;
	overflow: hidden;
	margin-right: 125px;
}
.head-other .tel{
	font-size: 18px;
	color: #333;
	line-height: 90px;
	padding-left: 28px;
	background: url(../img/index/head-icon-tel.png) no-repeat left center;
	display: block;
	float: left;
	margin-right: 15px;
}
.head-other a{
	width: 25px;
	height: 25px;
	background: url() no-repeat center;
	border-radius: 50%;
	margin: 30px 0 0 4px;
	float: left;
}
.head-other a.weixin{
	background-color: #ea4d35;
	background-image: url(../img/index/head-icon-wx.png);
}
.head-other a.qq{
	background-image: url(../img/index/head-icon-qq.png);
}
.head-other a.en{
	background-image: url(../img/index/head-icon-en.png);
}

.index-banner .ms-bullet{
	width: 12px !important;
	height: 12px !important;
	border-radius: 50% !important;
	background: #fff !important;
}
.index-banner .ms-bullets.ms-dir-h{
	bottom: 60px !important;
}
.index-banner .ms-bullet-selected{
	background: #133984 !important;
}

.index-title{
	text-align: center;
}
.index-title h3{
	font-size: 36px;
	color: #0a1a31;
	width: auto;
	margin: 0 auto;
	line-height: 1;
	width: 100%;
	font-weight: bold;
	position: relative;
}
.index-title h3 span{
	margin: 0 auto;
	position: relative;
	min-width: 240px;
}
.index-title h3 span:before,
.index-title h3 span:after{
	content: '';
	width: 31px;
	height: 12px;
	position: absolute;
	top: 50%;
	margin-top: -6px;
	background: no-repeat center;
}
.index-title h3 span:before{
	background-image: url(../img/index/index-title-icon-left.png);
	left:-50px;
}
.index-title h3 span:after{
	background-image: url(../img/index/index-title-icon-right.png);
	right: -50px;
}
.index-title .js{
	font-size: 18px;
	color: #666;
	line-height: 1;
	margin-top: 15px;
}

.index-search{
	height: 80px;
	margin-top: -40px;
	position: relative;
	z-index: 4;
}
.index-search .w1600,
.index-search .w1600 .main{
	height: 100%;
}
.index-search .main{
	width: 100%;
	box-shadow: 0 3px 15px rgba(0,0,0,0.2);
	box-sizing: border-box;
	border-radius: 40px;
	background: #fff;
	padding: 0 60px;
}
.index-search .main .s-link{
	float: left;
	font-size: 14px;
	height: 100%;
	box-sizing: border-box;
	padding-top: 28px;
}
.index-search .main .s-link span{
	color: #666;
}
.index-search .main .s-link a{
	color: #999;
	margin-right: 5px;
}
.index-search .main .s-link a:hover{
	color: #133984;
}
.index-search .main .s-input{
	float: right;
	height: 100%;
	box-sizing: border-box;
	padding-top: 26px;
}
.index-search .main .s-input .txt{
	width: 190px;
	height: 28px;
	background: #eaeaea;
	border-radius: 20px;
	outline: none;
	line-height: 28px;
	box-sizing: border-box;
	padding: 0 10px;
	font-size: 14px;
	color: #666;
}
.index-search .main .s-input .sub{
	height: 28px;
	line-height: 28px;
	padding-left: 25px;
	background: url(../img/icon-search.png) no-repeat 5px center;
	font-size: 14px;
	color: #666;
	margin-left: 5px;
}
.index-product {
	padding-top: 110px;
	margin-bottom: 96px;
}
.index-product .nav,
.index-news .nav{
	text-align: center;
	margin-top: 40px;
}
.index-product .nav li,
.index-news .nav li{
	transition: .3s;
	margin: 0 5px;
}
.index-product .nav li a,
.index-news .nav li a{
	font-size: 16px;
	color: #eaeaea;
	width: 153px;
	height: 45px;
	border-radius:30px;
	background: #0a1a31;
	line-height: 45px;
	
}
.index-product .nav li.active a,
.index-news .nav li.active a{
	background: #133984;
}
.index-product .main{
	width: 100%;
	height: 960px;
	position: relative;
	margin-top: 55px;
}
.index-product .main .content{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	transform: translateY(20px);
	transition: .3s;
}
.index-product .main .content.active{
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
}
.index-product .main .content li{
	float: left;
	width: 490px;
	height: 480px;
	display: block;
	margin-right: 43.33px;
}
.index-product .main .content li:nth-child(3n){
	margin-right: 0px;
}
.index-product .main .content li .img{
	width: 100%;
	height: 373px;
	overflow: hidden;
}
.index-product .main .content li:hover .img img{
	transform: scale(1.05);
}
.index-product .main .content li h4{
	margin-top: 24px;
	font-size: 16px;
	color: #333;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.index-product .main .content li:hover h4{
	color: #133984;
}
.index-product .link{
	width: 225px;
	height: 58px;
	font-size: 16px;
	color: #333;
	border: 2px solid #0c0306;
	border-radius: 30px;
	text-align: center;
	line-height: 56px;
	margin: 0 auto;
	display: block;
	position: relative;
}
.index-product .link:hover{
	border-color: #133984;
	color: #fff;
}
.index-case{
	background: #0a1a31;
	width: 100%;
	height: 481px;
	box-sizing: border-box;
	padding-top: 60px;
	margin-bottom: 215px;
}
.index-title2 h3,
.index-title2 .js{
	color: #fff;
}
.index-title2 h3 span:before{
	background-image: url(../img/index/index-title-icon-left-f.png);
}
.index-title2 h3 span:after{
	background-image: url(../img/index/index-title-icon-right-f.png);
}
.index-case .main{
	height: 481px;
	background: #fff;
	margin-top: 90px;
	width: 100%;
}
.index-case-nav{
	width: 280px;
	height: 100%;
	background: #133984;
	float: left;
}
.index-case-nav .nav-main{
	width: 160px;
	margin: 74px auto 0;
}
.index-case-nav .nav-main li{
	width: 100%;
	height: 43px;
	margin-bottom: 15px;
}
.index-case-nav .nav-main li a{
	width: 100%;
	height: 100%;
	line-height: 43px;
	display: block;
	color: #fff;
	text-align: left;
	font-size: 18px;
	box-sizing: border-box;
	padding-left: 36px;
	border-radius: 30px;
}
.index-case-nav .nav-main li.active a{
	color: #133984;
	background: #eaeaea;
}
.index-case-main{
	width: 1320px;
	height: 100%;
	float: left;
	background: #ececec;
	overflow: hidden;
	position: relative;	
}
.index-case-main .content{
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
}
.index-case-main .content.active{
	opacity: 1;
	visibility: visible;
}
.index-case-main .content .bd li .txt{
	opacity: 0;
	visibility: hidden;
	transform: translateY(20px);
}
.index-case-main .content.active .bd li .txt{
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
}
.index-case-main .content .bd {
	height: 100%;
}
.index-case-main .content .bd li{
	width: 100%;
	height: 100%;
	display: block;
	float: left;
	overflow: hidden;
}
.index-case-main .content .bd li .img{
	width: 787px;
	height: 100%;
	float: left;
}
.index-case-main .content .bd li .img:hover img{
	transform: scale(1.05);
}
.index-case-main .content .bd li .txt{
	width: 505px;
	height: 100%;
	float: left;
	box-sizing: border-box;
	padding-top: 80px;
	padding-left: 70px;
	padding-right: 36px;
	transition: .3s;
}
.index-case-main .content .bd li .txt h4{
	color: #333;
	font-size: 24px;
}
.index-case-main .content .bd li .txt .js{
	margin-top: 20px;
	color: #666;
	font-size: 16px;
	line-height: 30px;
}
.index-case-link {
	margin-top: 30px;
}
.index-case-link .zxzx{
    width: 160px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    border-radius: 30px;
    background: #0a1a31;
    font-size: 16px;
    color: #fff;
    overflow: hidden;
}
.index-case-link .zxzx:hover{
	background: #133984;
}
.index-case-main .content .hd{
	display: none;
}
.index-case-main .content .index-case-slide .tab{
	position: absolute;
	bottom: 65px;
	left: 885px;
}
.index-case-main .content .index-case-slide .tab>div{
	width: 37px;
	height: 37px;
	box-sizing: border-box;
	border-radius: 50%;
	background: #0a1a31 no-repeat center;
	transition: .3s;
	float: left;
	margin-right: 8px;
}
.index-case-main .content .index-case-slide .tab>div:hover{
	background-color: #133984;
}
.index-case-main .content .index-case-slide .tab .prev{
	background-image: url(../img/icon-left.png);
}
.index-case-main .content .index-case-slide .tab .next{
	background-image: url(../img/icon-right.png);
}
.index-service{
	padding-top: 85px;
	padding-bottom: 115px;
}
.index-service .main,
.service-jzdz .main{
	margin-top: 80px;
	overflow: hidden;
}
.index-service .main li,
.service-jzdz .main li{
	width: 25%;
	box-sizing: border-box;
	padding-top: 15px;
	float: left;
}
.index-service .main li~li,
.service-jzdz .main li~li{
	border-left: 1px solid #ccc;
}
.index-service .main li .icon,
.service-jzdz .main li .icon{
	width: 155px;
	height: 155px;
	border-radius: 50%;
	background: #0a1a31;
	margin: 0 auto;
	text-align: center;
	line-height: 155px;
	transition: .3s;
}
.index-service .main li .icon:hover,
.service-jzdz .main li .icon:hover{
	background-color: #133984;
}
.index-service .main li .txt,
.service-jzdz .main li .txt{
	margin-top: 30px;
	line-height: 1;
	text-align: center;
	padding-bottom: 12px;
}
.index-service .main li .txt h4,
.service-jzdz .main li .txt h4{
	font-size: 24px;
	color: #000;
}
.index-service .main li .txt .jj,
.service-jzdz .main li .txt .jj{
	font-size: 16px;
	color: #666;
	margin-top: 18px;
}
.index-service .lxfs{
	text-align: center;
	margin-top: 96px;
}
.index-service .lxfs .zxdz{
	font-size: 18px;
	color: #fff;
	text-align: center;
	width: 180px;
	height: 56px;
	line-height: 56px;
	border-radius: 30px;
	background: #133984;
	display: inline-block;
	z-index: 2;
	left: 30px;
}
.index-service .lxfs .dzzx{
	font-size: 24px;
	color: #333;
	font-weight: bold;
	width: 480px;
	height: 56px;
	display: inline-block;
	line-height: 54px;
	border: 2px solid #0c0306;
	border-radius: 30px;
	text-align: left;
	box-sizing: border-box;
	padding-left: 108px;
	background: url(../img/index/index-service-icon-tel.png) no-repeat 60px center;
	vertical-align: top;
}

.index-service2{
	background: #ececec;
	padding-top: 70px;
	padding-bottom: 130px;
}
.index-service2 .main{
	margin-top: 70px;
}
.index-service2 .main .content{
	width: 100%;
}
.index-service2 .main .content1{
	height: 766px;
}
.index-service2 .main .content2{
	height: 617px;
}
.index-service2 .main .content .img,
.index-service2 .main .content .txt{
	width: 50%;
	float: left;
	height: 100%;
}
.index-service2 .main .content2 .img{
	float: right;
	height: 599px;
}
.index-service2 .main .content .img {
	overflow: hidden;
}
.index-service2 .main .content .img:hover img{
	transform: scale(1.05);
}
.index-service2 .main .content .txt{
	background: #fff;
	box-sizing: border-box;
	padding-top: 100px;
	padding-left: 80px;
	padding-right: 70px;
	line-height: 1;
}
.index-service2 .main .content .txt h4{
	font-size: 30px;
	color: #004098;
}
.index-service2 .main .content .txt .jj{
	font-size: 16px;
	color: #666;
	line-height: 30px;
}
.index-service2 .main .content1 .jj{
	margin-top: 20px;
}
.index-service2 .main .content1 .txt-main1 {
	padding-bottom: 40px;
	border-bottom: 3px solid #ccc;
}
.index-service2 .main .content1 .txt-main2{
	padding-top: 70px;
}
.index-service2 .main .content2 .img{
	top: -55px;
}
.index-service2 .main .content2 .txt h4{
	padding-bottom: 25px;
	border-bottom: 1px solid #ccc;
}
.index-service2 .main .content2 .txt .txt-main{
	margin-top: 35px;
	padding-bottom: 20px;
}
.index-service2 .main .content2 .txt .txt-main .t{
	font-size: 18px;
	color: #fff;
	width: 120px;
	height: 37px;
	line-height: 37px;
	text-align: center;
	border-radius: 30px;
	background: #133984;
}
.index-service2 .main .content2 .txt .txt-main .jj{
	margin-top: 20px;
}
.index-about{
	padding-top: 55px;
	height: 820px;
	background: url(../img/index/index-about-bg.jpg) no-repeat;
	background-size: auto 100%;
}
.index-about .main{
	margin-top: 70px;
	width: 100%;
	height: 489px;
}
.index-about .main .img,
.index-about .main .txt{
	width: 50%;
	float: left;
	height: 100%;
	overflow: hidden;
}
.index-about .main .img:hover img{
	transform: scale(1.05);
}
.index-about .main .txt{
	background: rgba(255,255,255,0.12);
	box-sizing: border-box;
	padding-left: 94px;
	padding-top: 40px;
}
.index-about .main .txt .logo img{
	vertical-align: bottom;
	margin-right: 10px;
}
.index-about .main .txt .js{
	line-height: 35px;
	font-size: 16px;
	color: #fff;
	margin-top: 30px;
}
.index-about .main .txt .link{
	font-size: 16px;
	color: #0c2a53;
	width: 214px;
	height: 48px;
	text-align: center;
	line-height: 48px;
	border-radius: 30px;
	background: #fff;
	margin-top: 50px;
}
.index-about .main .txt .link:hover{
	background: #133984;
	color: #fff;
}
.index-news{
	padding-top: 55px;
	padding-bottom: 155px;
}
.index-news .main{
	margin-top: 90px;
	width: 100%;
	height: 630px;
	position: relative;
}
.index-news .main .del-txt,
.index-news .main .del-tw{
	width: 50%;
	height: 100%;
	float: left;
}
.index-news .main .del-txt li{
	width: 100%;
	height: 135px;
	vertical-align: middle;
	border: none;
}
.index-news .main .del-txt li~li{
	margin-top: 30px;
}
.index-news .main .del-txt li .time{
	width: 133px;
	height: 100%;
	background: #0a1a31;
	text-align: center;
	color: #fff;
	box-sizing: border-box;
	padding-top: 30px;
	line-height: 1;
	float: left;
	transition: .3s;
}
.index-news .main .del-txt li .time .day{
	font-size: 36px;
}
.index-news .main .del-txt li .time .year{
	font-size: 16px;
	margin-top: 20px;
}
.index-news .main .del-txt li .txt{
	width: 572px;
	height: 100%;
	margin-left: 50px;
	float: left;
	box-sizing: border-box;
	padding-top: 27px;
}
.index-news .main .del-txt li .txt h4{
	color: #333;
	font-size: 18px;
	transition: .3s;
}
.index-news .main .del-txt li .txt .jj{
	margin-top: 15px;
	line-height: 24px;
	color: #666;
	font-size: 16px;
}
.index-news .main .del-txt li:hover .time{
	background: #133984;
}
.index-news .main .del-txt li:hover h4{
	color: #133984;
}
.index-news .main .del-tw{
	box-sizing: border-box;
	padding-left: 80px;
}
.index-news .main .del-tw .txt .txt-main {
	width: 503px;
	float: left;
	line-height: 1;
	padding-top: 35px;
	overflow: hidden;
}
.index-news .main .del-tw .txt .txt-main h4{
	color: #333;
	font-size: 18px;
	transition: .3s;
}
.index-news .main .del-tw .txt .txt-main .jj{
	font-size: 16px;
	color: #666;
	line-height: 30px;
	margin-top: 20px;
}
.index-news .main .del-tw .img{
	height: 480px;
	width: 100%;
	overflow: hidden;
}
.index-news .main .del-tw .img:hover img{
	transform: scale(1.05);
}
.index-news .main .del-tw:hover .txt .txt-main h4{
	color: #133984;
}
.index-news .main .del-tw .txt .txt-link{
	font-size: 16px;
	text-align: center;
	color: #fff;
	width: 120px;
	height: 39px;
	line-height: 39px;
	border-radius: 30px;
	float: right;
	margin-top: 65px;
	background: #133984;
}
.index-news .main .content{
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	transform: translateY(20px);
	transition: .3s;
}
.index-news .main .content.active{
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
	z-index: 2;
}
.foot{
	background: #0a1a31;
	
}
.foot .content1 {
	height: 432px;
	border: 1px solid rgba(255,255,255,0.1);
}
.foot .content1 .main1{
	 float: left;
}
.foot .content1 .main1 .foot-logo{
	width: 187px;
	height: 286px;
	background: #133984;
	float: left;
	text-align: center;
	box-sizing: border-box;
	padding-top: 70px;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	line-height: 1.7;
}
.foot .content1 .main1 .foot-logo p.t{
	margin-top: 20px;
}
.foot .content1 .main1 .foot-nav{
	float: left;
	margin-left: 95px;
	box-sizing: border-box;
	padding-top: 70px;
}
.foot .content1 .main1 .foot-nav-main{
	float: left;
	width: 165px;
}
.foot .content1 .main1 .foot-nav-main h4{
	font-size: 18px;
	color: #fff;
}
.foot .content1 .main1 .foot-nav-main ul{
	margin-top: 25px;
}
.foot .content1 .main1 .foot-nav-main ul li{
	margin-bottom: 15px;
	display: block;
}
.foot .content1 .main1 .foot-nav-main ul li a{
	font-size: 14px;
	color: #fff;
}
.foot .content1 .main1 .foot-nav-main ul li a:hover{
	padding-left: 5px;
	color: #136884;
}
.foot .content1 .main2{
	float: right;
	box-sizing: border-box;
	padding-top: 56px;
	width: 350px;
}
.foot .content1 .main2 .tel {
	overflow: hidden;
	padding-bottom: 24px;
	border-bottom: 1px solid rgba(255,255,255,0.4);
	margin-bottom: 24px;
}
.foot .content1 .main2 .tel .icon{
	float: left;
	padding-top: 3px;
}
.foot .content1 .main2 .tel .txt{
	float: right;
	color: #fff;
	line-height: 1s;
}
.foot .content1 .main2 .tel .txt .t{
	font-size: 16px;
}
.foot .content1 .main2 .tel .txt .num{
	font-size: 36px;
	font-weight: 300;
}
.foot .content1 .main2 .other{
	font-size: 14px;
	color: #fff;
	line-height: 24px;
}
.foot .content1 .main2 .other p{
	margin-bottom: 8px;
}
.foot .content2{
	height: 75px;
	margin-top: 10px;
	color: #6c7683;
	box-sizing: border-box;
	padding-top: 28px;
	font-size: 12px;
}
.foot .content2 a{
	color: #6c7683;
}
.foot .content2 a:hover{
	color: #fff;
}

.banner .txt{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -800px;
	margin-top: -81px;
	line-height: 1;
	color: #e9e9e9;
}
.banner .txt h3{
	font-size: 48px;
}
.banner .txt .en{
	margin-top: 20px;
	text-transform: uppercase;
	font-size: 28px;
}
.banner .txt hr{
	margin-top: 65px;
	border: none;
	width: 65px;
	height: 1px;
	background: #fff;
}

.second-nav{
	height: 80px;
	margin-top: -40px;
	position: relative;
	z-index: 4;
}
.second-nav .w1600,
.second-nav .w1600 .main{
	height: 100%;
}
.second-nav .main{
	width: 100%;
	box-shadow: 0 3px 15px rgba(0,0,0,0.2);
	box-sizing: border-box;
	border-radius: 40px;
	background: #fff;
	padding: 15px 60px 0;
	text-align: center;
	
}
.second-nav .main li{
	width: 153px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	vertical-align: middle;
	border: none;
	margin: 0 25px;
}
.second-nav .main li a{
	width: 100%;
	height: 100%;
	border-radius: 50px;
	font-size: 16px;
	color: #666;
	background: transparent;
}
.second-nav .main li.active a{
	background: #133984;
	color: #fff !important;
}
.second-nav .main li a:hover{
	color: #133984;
}
.product .main{
	margin-top: 70px;
}
.product .main li{
	float: left;
	width: 490px;
	height: 100%;
	display: block;
	margin-right: 43.33px;
	text-align: center;
}
.product .main li:nth-child(3n){
	margin-right: 0px;
}
.product .main li .img{
	overflow: hidden;
	height: 373px;
}
.product .main li:hover .img img{
	transform: scale(1.05);
}
.product .main li h4{
	font-size: 14px;
	color: #333;
	line-height: 75px;
}
.product .main li:hover h4{
	color: #133984;
}

.pro-del-main1{
	padding-top: 52px;
	padding-bottom: 51px;
	background: #e5e5e5;
}
.pro-del-main1 .main{
	height: 600px;
	background: #fff;
	width: 100%;
	box-sizing: border-box;
	padding-top: 62px;
	padding-left: 94px;
}
.pro-del-main1 .main .img{
	width: 627px;
	height: 477px;
	float: left;
	overflow: hidden;
	background: #e5e5e5;
}
.all-hd{
	position: absolute;
	left: 0;
	bottom: 15px;
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.all-hd li {
	margin: 0 8px;
}
.all-hd li a{
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #666;
}
.all-hd li.on a{
	background: #133984;
}
.all-prev, .all-next {
    width: 47px;
    height: 64px;
    background: #999 no-repeat center;
    position: absolute;
    top: 50%;
    margin-top: -32px;
    transition: .3s;
    cursor: pointer;
    z-index: 5;
}
.all-prev {
    left:0px;
    background-image: url(../img/icon-left.png);
}
.all-next {
    right: 0px;
    background-image: url(../img/icon-right.png);
}
.all-prev:hover, .all-next:hover{
	background-color: #133984;
}
.pro-del-slide{
	height: 100%;
}
.pro-del-slide .all-prev,
.pro-del-slide .all-next{
	opacity: 0;
	visibility: hidden;
}
.pro-del-slide:hover .all-prev,
.pro-del-slide:hover .all-next{
	opacity: 1;
	visibility: visible;
}

.pro-del-main1 .main .txt{
	width: 575px;
	height: 477px;
	float: right;
	box-sizing: border-box;
	padding-top: 32px;
	text-align: left;
	margin-right: 200px;
}
.pro-del-main1 .main .txt h3{
	font-size: 30px;
	color: #0a1a31;
	padding-bottom: 37px;
	line-height: 1;
	border-bottom: 1px solid #ccc;
}
.pro-del-main1 .main .txt .js{
	margin-top: 45px;
	line-height: 1;
}
.pro-del-main1 .main .txt .js .t{
	font-size: 16px;
	color: #000;
	margin-bottom: 25px;
}
.pro-del-main1 .main .txt .js .m{
	color: #666;
	font-size: 16px;
	line-height: 30px;
	min-height: 210px;
	overflow: hidden;
}
.pro-del-main1 .main .txt .zxzx{
	text-align: center;
	font-size: 16px;
	color: #fff;
	width: 190px;
	height: 50px;
	line-height: 50px;
	background: #0a1a31;
	border-radius: 30px;
	margin-top: 20px;
}
.pro-del-main1 .main .txt .zxzx:hover{
	background: #133984;
}
.pro-del-main2{
	padding-top: 45px;
	padding-bottom: 50px;
}
.pro-del-main2 .t{
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: left;
	font-size: 24px;
	color: #fff;
	box-sizing: border-box;
	padding-left: 38px;
	background: #0a1a31;
}
.pro-del-main2 .wxcc .main{
	padding-top: 60px;
	box-sizing: border-box;
	min-height: 351px;
	text-align: center;
	border: 1px solid #ccc;
	margin-bottom: 18px;
	padding-bottom: 30px;
}
.pro-del-main2 .wxcc .main p{
	display: inline-block;
	vertical-align: top;
}
.pro-del-main2 .wxcc .main table{
	border-collapse:collapse;
	display: inline-block;
}
.pro-del-main2 .wxcc .main table tr{
	height: 33px;
}
.pro-del-main2 .wxcc .main table tr td{
	border: 1px solid #ccc;
	padding: 0 5px;
}
.pro-del-main2 .jscs{
	width: 925px;
	float: left;
}
.pro-del-main2 .jscs .main{
	padding-top: 30px;
	box-sizing: border-box;
	border: 1px solid #ccc;
	padding: 30px 55px 48px;
}
.pro-del-main2 .jscs .main table{
	border-collapse:collapse;
}
.pro-del-main2 .jscs .main table tr td{
	border: 1px solid #ccc;
	box-sizing: border-box;
	/*height: 65px;*/
	font-size: 18px;
	color: #0a1a31;
	padding: 20px;
}
.pro-del-main2 .slfx,
.pro-del-main2 .jxt{
	width: 100%;
	margin-bottom: 18px;
}
.pro-del-main2 .slfx .main,
.pro-del-main2 .jxt .main{
	padding-top: 30px;
	box-sizing: border-box;
	border: 1px solid #ccc;
	min-height: 354px;
	text-align: center;
}
.pro-del-main2 .f-left{
	width: 925px;
	overflow: hidden;
}
.pro-del-main2 .f-right{
	width: 635px;
	overflow: hidden;
}

.service-zydz{
	padding-top: 75px;
	padding-bottom: 97px;
}
.service-zydz .index-title .js{
	font-size: 18px;
	line-height: 30px;
}
.service-zydz .main{
	margin-top: 70px;
	height: 559px;
}
.service-zydz .main .nav{
	width: 300px;
	height: 100%;
	float: left;
	position: relative;
	z-index: 4;
}
.service-zydz .main .nav li{
	width: 100%;
	height: 111px;
	line-height: 111px;
	display: block;
	cursor: pointer;
	background: #f0f0f0;
	box-sizing: border-box;
	color: #0a1a31;
	font-size: 24px;
	padding-left: 75px;
	vertical-align: middle;
	position: relative;
	transition: .3s;
	overflow: hidden;
}
.service-zydz .main .nav li span{
	vertical-align: top;
	transition: auto;
	z-index: 2;
	position: relative;
}
.service-zydz .main .nav li~li{
	margin-top: 1px;
}
.service-zydz .main .nav li .num{
	margin-right: 8px;
	font-size: 36px;
	font-family: impact;
}
.service-zydz .main .nav li.active{
	color: #fff;
	overflow: visible;
}
.service-zydz .main .nav li:before{
	content: '';
    width: 0px;
    height: 0px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -20px;
	transition: auto;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #133984;
    opacity: 0;
    visibility: hidden;
	
}
.service-zydz .main .nav li.active:before{
 	opacity: 1;
    visibility: visible;
    right: -20px;
    transition: .3s;
}
.service-zydz .main .nav li i{
	width: 100%;
	height: 100%;
	position: absolute;
	top: -100%;
	left: 0%;
	background: #133984;
}
.service-zydz .main .nav li.active i{
	top: 0;
}
.service-zydz .main .content{
	float: left;
	width: 1300px;
	height: 100%;
	position: relative;
}
.service-zydz .main .content li{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}
.service-zydz .main .content li.active{
	opacity: 1;
	visibility: visible;
	z-index: 3;
}
.service-zydz .main .content li .img{
	float: left;
	width: 740px;
	height: 100%;
	overflow: hidden;
}
.service-zydz .main .content li .img:hover img{
	transform: scale(1.05);
}
.service-zydz .main .content li .txt {
	width: 560px;
	color: #fff;
	box-sizing: border-box;
	padding-top: 138px;
	height: 100%;
	padding-left: 115px;
	padding-right: 150px;
	float: left;
	background: #0a1a31;
}
.service-zydz .main .content li .txt-main{
	opacity: 0;
	visibility: hidden;
	transform: translateY(20px);
	transition: .5s;
}
.service-zydz .main .content li.active .txt-main{
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.service-zydz .main .content li .txt h4{
	font-size: 24px;
}
.service-zydz .main .content li .txt .js{
	font-size: 16px;
	line-height: 30px;
	height: 180px;
	margin-top: 24px;
}
.service-zydz .main .content li .txt .link{
	font-size: 16px;
	color: #0a1a31;
	text-align: center;
	width: 142px;
	height: 42px;
	line-height: 42px;
	background: #fff;
	border-radius: 30px;
}
.service-zydz .main .content li .txt .link:hover{
	color: #fff;
}

.service-jzdz{
	background: #f0f0f0;
	padding-top: 60px;
	padding-bottom: 130px;
}

.service-yydz {
	height: 340px;
}
.service-yydz .tw{
	width: 43.4%;
	height: 100%;
	float: left;
	background: #004098;
	box-sizing: border-box;
	padding-top: 130px;
	padding-left: calc(50% - 700px);
}
.service-yydz .tw .icon{
	float: left;
}
.service-yydz .tw .txt{
	float: left;
	color: #fff;
	margin-left: 45px;
}
.service-yydz .tw .txt h3{
	font-size: 36px;
	line-height: 1;
}
.service-yydz .tw .txt .js{
	font-size: 18px;
	margin-top: 24px;
}
.service-yydz .ly{
	width: 56.6%;
	height: 100%;
	float: left;
	background: #0a1a31;
	box-sizing: border-box;
	padding-right: calc(50% - 800px);
	padding-top: 54px;
}
.service-yydz .ly-main{
	float: right;
	width: 772px;
	position: relative;
	overflow: hidden;
}
.service-yydz .ly-main .input{
	width: 385px;
	display: block;
	float: left;
	font-size: 16px;
	color: #282828;
	box-sizing: border-box;
	padding-left: 35px;
	height: 64px;
	background: #f0f0f0;
}
.service-yydz .ly-main .tel{
	margin-left: 2px;
}
.service-yydz .ly-main .input::-webkit-input-placeholder{
	color: #282828;
}
.service-yydz .ly-main .text{
	width: 100%;
	height: 163px;
	background: #F0F0F0;
	margin-top: 2px;
	box-sizing: border-box;
	padding-left: 35px;
	padding-top: 10px;
	line-height: 24px;
	font-size: 16px;
	padding-right: 240px;
	cursor: text;
}
.service-yydz .ly-main .text::-webkit-input-placeholder{
	color: #282828;
}
.service-yydz .ly-main .sub{
	color: #fff;
	font-size: 18px;
	width: 188px;
	height: 86px;
	line-height: 86px;
	text-align: center;
	background: #004098;
	position: absolute;
	right: 37px;
	bottom: 40px;
}

.service-shfw{
	padding-top: 80px;
	padding-bottom: 140px;
}
.service-shfw .main{
	margin-top: 80px;
	height: 400px;
	margin-bottom: 70px;
}
.service-shfw .main li{
	height: 100%;
	box-sizing: border-box;
	width: 387px;
	border: 1px solid #999;
	border-radius: 30px;
	float: left;
	text-align: center;
	line-height: 1;
	transition: .3s;
}
.service-shfw .main li:hover{
	transform: translateY(-20px);
	box-shadow: 0 3px 20px rgba(0,0,0,0.2);
}
.service-shfw .main li~li{
	margin-left: 17px;
}
.service-shfw .main li .icon{
	line-height: 128px;
	padding-top: 70px;
}
.service-shfw .main li h4{
	margin-top: 40px;
	font-size: 24px;
	color: #282828;
}
.service-shfw .main li .js{
	font-size: 18px;
	color: #666;
	margin-top: 15px;
}
.service-shfw .lxfs{
	text-align: center;
	font-size: 36px;
	color: #0a1a31;
	margin-top: 70px;
	margin-bottom: 30px;
}
.service-shfw .link{
	margin: 0 auto;
	display: block;
	text-align: center;
	font-size: 18px;
	color: #fff;
	height: 63px;
	line-height: 63px;
	width: 232px;
	background: #0C2A53;
	display: block;
	border-radius: 30px;
}

.case{
	padding-top: 50px;
	background: #f0f0f0;
	padding-bottom: 155px;
}
.case .main li{
	width: 100%;
	height: 481px;
	background: #fff;
	display: block;
	margin-bottom: 20px;
}
.case .main li .img{
	width: 787px;
	height: 100%;
	float: left;
	overflow: hidden;
}
.case .main li .txt{
	width: calc(100% - 787px);
	height: 100%;
	float: left;
	box-sizing: border-box;
	padding-left: 128px;
	padding-right: 220px;
	padding-top: 85px;
}
.case .main li .txt h4{
	font-size: 30px;
	color: #000;
}
.case .main li .txt .js{
	margin-top: 50px;
	line-height: 30px;
	font-size: 16px;
	color: #666;
	height: 150px;
}
.case .main li .txt .link{
	
}
.case .main li .txt .link a{
	width: 160px;
	height: 48px;
	text-align: center;
	line-height: 48px;
	border-radius: 30px;
	background: #0a1a31;
	font-size: 16px;
	color: #fff;
	overflow: hidden;
}
.case .main li:nth-child(2n) .img{
	float: right;
}
.case .main li .img:hover img{
	transform: scale(1.05);
}

.ryzz{
	padding-top: 80px;
	padding-bottom: 80px;
}
.ryzz .main li{
	width: 387px;
	margin-right: 17px;
	float: left;
}
.ryzz .main li:nth-child(4n){
	margin-right: 0;
}
.ryzz .main li .img{
	width: 100%;
	height: 478px;
	background: #e9e9e9;
	text-align: center;
	line-height: 478px;
	box-sizing: border-box;
	padding: 0 20px;
	overflow: hidden;
}
.ryzz .main li h4{
	font-size: 16px;
	color: #666;
	line-height: 77px;
	text-align: center;
}
.news-second-nav:before{
	content: '';
	width: 100%;
	height: 40px;
	background: #ececec;
	position: absolute;
	left: 0;
	bottom: 0;
}
.news{
	padding-top: 55px;
	padding-bottom:60px;
	background: #ececec;
}
.news .main li{
	width: 508px;
	margin-right: 38px;
	float: left;
	background: #fff;
	margin-bottom: 30px;
}
.news .main li:nth-child(3n){
	margin-right: 0;
}
.news .main li .img{
	width: 100%;
	height: 339px;
	background: #e9e9e9;
	text-align: center;
	line-height: 240px;
	overflow: hidden;
}
.news .main li:hover .img img{
	transform: scale(1.05);
}
.news .main li .txt{
	box-sizing: border-box;
	padding: 25px 30px;
	position: relative;
}
.news .main li .txt h4{
	font-size: 16px;
	color: #333;
	font-weight: bold;
	line-height: 1;
	transition: .3s;
}
.news .main li:hover .txt h4{
	color: #133984;
}
.news .main li .txt .jj{
	line-height: 24px;
	font-size: 14px;
	color: #999;
	margin-top: 10px;
	height: 72px;
}
.news .main li .txt .time{
	width: 160px;
	height: 30px;
	background: #fff url(../img/other/news/news-icon-time.png) no-repeat 28px 15px;
	padding-left: 47px;
	position: absolute;
	left: 0;
	top: -30px;
	font-size: 14px;
	color: #999;
	padding-top: 11px;
	font-weight: bold;
}

.contact-lxfs{
	background: #f0f0f0;
	padding-top: 96px;
	padding-bottom: 130px;
}
.contact-lxfs .img{
	width: 837px;
	float: left;
	height: 553px;
	background: url(../img/other/contact/contact-lxfs-img.png) no-repeat center top;
	box-sizing: border-box;
	padding-top: 200px;
	text-align: center;
}
.contact-lxfs .img p.t{
	font-size: 18px;
	color: #fff;
}
.contact-lxfs .img p.icon{
	margin-top: 24px;
}
.contact-lxfs .img .link{
	width: 159px;
	height: 49px;
	border-radius: 30px;
	background: #fff;
	text-align: center;
	line-height: 49px;
	font-size: 18px;
	color: #0a1a31;
	margin-top: 160px;
}
.contact-lxfs .img .link:hover{
	color: #fff;
}
.contact-lxfs .txt{
	margin-left: 140px;
	box-sizing: border-box;
	padding-top: 50px;
	float: left;
}
.contact-lxfs .txt h4{
	font-size: 36px;
	color: #0a1a31;
}
.contact-lxfs .txt .txt-main{
	margin-top: 45px;
}
.contact-lxfs .txt .txt-main li{
	padding-left: 65px;
	display: block;
	font-size: 18px;
	color: #0a1a31;
	line-height: 42px;
	background: no-repeat 15px center;
	margin-bottom: 5px;
}
.contact-lxfs .txt .txt-main li.tel{
	background-image: url(../img/other/contact/contact-lxfs-icon-tel.png);
}
.contact-lxfs .txt .txt-main li.cz{
	background-image: url(../img/other/contact/contact-lxfs-icon-cz.png);
}
.contact-lxfs .txt .txt-main li.qq{
	background-image: url(../img/other/contact/contact-lxfs-icon-qq.png);
}
.contact-lxfs .txt .txt-main li.wx{
	background-image: url(../img/other/contact/contact-lxfs-icon-wx.png);
}
.contact-lxfs .txt .txt-main li.email{
	background-image: url(../img/other/contact/contact-lxfs-icon-email.png);
}
.contact-lxfs .txt .link{
	font-size: 16px;
	color: #fff;
	border-radius: 30px;
	background: #0a1a31;
	text-align: center;
	line-height: 48px;
	height: 48px;
	width: 200px;
	margin-top: 40px;
}
.contact-lxfs .txt .link:hover{
	background: #133984;
}

.contact-zxly{
	padding-top: 60px;
}
.contact-zxly h3{
	font-size: 36px;
	color: #0a1a31;
	text-align: center;
}
.contact-zxly .main{
	margin-top: 55px;
	padding-bottom: 90px;
}
.contact-zxly .main .input{
	width: calc(50% - 4.5px);
	height: 72px;
	float: left;
	background: #f2f2f2;
	font-size: 16px;
	color: #0a1a31;
	box-sizing: border-box;
	padding-left: 40px;
}
.contact-zxly .main .input::-webkit-input-placeholder,
.contact-zxly .main .text::-webkit-input-placeholder{
	color: #0a1a31;
}
.contact-zxly .main .text {
	width: 100%;
	height: 280px;
	background: #f2f2f2;
	margin-top: 8px;
	box-sizing: border-box;
	padding-left: 40px;
	font-size: 16px;
	color: #0a1a31;
	line-height: 24px;
	padding-top: 15px;
}
.contact-zxly .main .tel{
	margin-left: 9px;
}
.contact-zxly .main .sub{
	width: 100%;
	margin-top: 8px;
	background: #004098;
	color: #fff;
	text-align: center;
	height: 80px;
	font-size: 16px;
}

.about-qywh{
	padding: 65px 0 75px;
}
.about-qywh .img{
	width: 805px;
	float: left;
	overflow: hidden;
}
.about-qywh .txt{
	width: 710px;
	float: right;
}
.about-qywh .txt .js{
	font-size: 16px;
	color: #666;
	line-height: 30px;
	margin-top: 50px;
}
.about-qywh .txt .js>p{
	margin-bottom: 40px;
}
.about-qywh .img:hover img{
	transform: scale(1.05);
}

.about-qyln{
	width: 100%;
	height: 567px;
	background: url(../img/other/about/about-qyln-bg.jpg) no-repeat center;
	background-size: auto 100%;
	box-sizing: border-box;
	padding-top: 97px;
}
.about-qyln .main{
	width: 888px;
	height: 372px;
	background: #fff;
	background: rgba(255,255,255,0.8);
	box-sizing: border-box;
	padding-left: 85px;
	padding-top: 70px;
	color: #0a1a31;
	font-size: 18px;
}
.about-qyln .main p{
	line-height: 1;
	margin-bottom: 20px;
}
.all-h3{
	font-size: 36px;
	color: #0a1a31;
	font-weight: bold;
}
.about-fzlc{
	padding-top: 60px;
	padding-bottom: 125px;
}
.about-fzlc h3{
	text-align: center;
}
.about-fzlc .main{
	overflow: hidden;
	margin-top: 80px;
}
.about-fzlc-slide {
	height: 430px;
	width: 1255px;
	margin: 0 auto;
	position: relative;
}
.about-fzlc .main:before{
	content: '';
	width: 100%;
	height: 1px;
	background: #ccc;
	position: absolute;
	top: 50%;
	margin-top: -0.5px;
	left: 0;
}
.about-fzlc-slide .tempWrap{
	width: 100% !important;
	height: 100%;
}
.about-fzlc-slide .bd{
	height: 100%;
}
.about-fzlc-slide .bd li{
	width: 251px;
	height: 100%;
	position: relative;
	float: left;
	display: block;
	position: relative;
}
.about-fzlc-slide .bd li .txt{
	width: 100%;
	height: 178px;
	background: #0a1a31;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 10px;
	color: #fff;
	font-size: 16px;
	box-sizing: border-box;
	padding-top: 30px;
	padding-left: 40px;
	padding-right: 35px;
}
.about-fzlc-slide .bd li:nth-child(2n) .txt{
	top: auto;
	bottom: 0;
}
.about-fzlc-slide .bd li:before{
	content: '';
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background: #0a1a31;
	position: absolute;
	left: 50%;
	margin-left: -6.5px;
	top: 50%;
	margin-top: -6.5px;
	z-index: 2;
}
.about-fzlc-slide .bd li .txt:before{
	content: '';
	width: 0;
	height: 0;
	border-left: 7.5px solid transparent;
	border-right: 7.5px solid transparent;
	border-top: 8px solid #0a1a31;
	position: absolute;
	left: 50%;
	margin-left: -7.5px;
	bottom: -8px;
}
.about-fzlc-slide .bd li:nth-child(2n) .txt:before{
	bottom: auto;
	top: -8px;
	border-top:none;
	border-bottom: 8px solid #0a1a31;
}
.about-fzlc-slide .bd li .txt .time{
	
}
.about-fzlc-slide .bd li .txt .js{
	margin-top: 15px;
}
.about-fzlc-slide .prev,
.about-fzlc-slide .next{
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background:#fff no-repeat center;
	position: absolute;
	top: 50%;
	margin-top: -26px;
	cursor: pointer;
}
.about-fzlc-slide .prev{
	background-image: url(../img/other/about/about-fzlc-left.png);
	left: -172px;
}
.about-fzlc-slide .next{
	background-image: url(../img/other/about/about-fzlc-right.png);
	right: -172px;
}

.about-schj{
	padding-top: 60px;
	background: #f3f3f3;
	padding-bottom: 40px;
}
.about-schj h3{
	text-align: center;
}
.about-schj .main{
	margin-top: 70px;
	padding-bottom: 70px;
}
.about-schj-slide .bd li{
	width: 388px;
	height: ;
	float: left;
	margin-right: 16px;
}
.about-schj-slide .bd li .img{
	width: 100%;
	height: 260px;
	overflow: hidden;
}
.about-schj-slide .bd li:hover .img img{
	transform: scale(1.05);
}
.about-schj-slide .bd li h4{
	text-align: center;
	color: #666;
	font-size: 18px;
	margin-top: 15px;
	line-height: 24px;
}


.menuBox a:link, .menuBox a:visited {
    color: #fff;
}

.menuBox a:active, .menuBox a:hover {
    color: #fff;
}

.menuBox {
    background-color: #868686;
    color: #fff;
    position: fixed;
    display: none;
    right: 0px;
    top: 0px;
    height: 100%;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-overflow-scrolling: touch;
    width: 400px;
    z-index: 980;
    -webkit-transition: all .5s cubic-bezier(.25, .46, .45, .94);
    -moz-transition: all .5s cubic-bezier(.25, .46, .45, .94);
    -ms-transition: all .5s cubic-bezier(.25, .46, .45, .94);
    -o-transition: all .5s cubic-bezier(.25, .46, .45, .94);
    transition: all .5s cubic-bezier(.25, .46, .45, .94);
}

.menuMoblie {
    padding: 130px 0px 100px;
}
.menuMoblie li{
	width: 100%;
}
.menuMoblie .nav-link {
    display: block;
    font-size: 16px;
    padding: 12px 12%;
    position: relative;
}

.menuMoblie .nav-link.cur {
    background-color: #133984;
}

.menuMoblie .subnav {
    background-color: #cbc2b9;
    padding: 10px 0px;
    display: none;
}

.menuMoblie .subnav a {
    position: relative;
    display: block;
    padding: 12px 12%;
    line-height: 1.4;
}

.pusher-black {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 900;
    visibility: hidden;
    overflow: hidden;
    filter: alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: all .2s cubic-bezier(.02, .01, .47, 1) 0s;
    -moz-transition: all .2s cubic-bezier(.02, .01, .47, 1) 0s;
    -ms-transition: all .2s cubic-bezier(.02, .01, .47, 1) 0s;
    -o-transition: all .2s cubic-bezier(.02, .01, .47, 1) 0s;
    transition: all .2s cubic-bezier(.02, .01, .47, 1) 0s;
}

.menuOpen .pusher-black {
    visibility: visible;
    filter: alpha(enabled=false);    /* opacity:1; */
}

.menuOpen .menuBox {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.pusher {
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -webkit-transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.menuOpen .pusher {
    -webkit-transform: translateX(-26%);
}

.head-other .tab{
	margin-left: 20px;
    box-sizing: border-box;
    float: left;
    padding-top: 24px;
    cursor: pointer;
    display: none;
    height: 100%;
}
.head-other .tab span{
	position: relative;
    display: block;
    margin: 18px auto 0;
    width: 22px;
    height: 2px;
}
.head-other .tab span:after, .head-other .tab span:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 2px;
    left: 0;
    background-color: #97292C;
    -webkit-transition-duration: .3s, .3s;
    -moz-transition-duration: .3s, .3s;
    -ms-transition-duration: .3s, .3s;
    -o-transition-duration: .3s, .3s;
    transition-duration: .3s, .3s;
    -webkit-transition-delay: .3s, 0s;
    -moz-transition-delay: .3s, 0s;
    -ms-transition-delay: .3s, 0s;
    -o-transition-delay: .3s, 0s;
    transition-delay: .3s, 0s;
}
.head-other .tab span:before {
    top: -6px;
    -webkit-transition-property: top, transform;
    -moz-transition-property: top, transform;
    -ms-transition-property: top, transform;
    -o-transition-property: top, transform;
    transition-property: top, transform;
}
.head-other .tab span:after {
    bottom: -6px;
    -webkit-transition-property: bottom, transform;
    -moz-transition-property: bottom, transform;
    -ms-transition-property: bottom, transform;
    -o-transition-property: bottom, transform;
    transition-property: bottom, transform;
}
.head-other .tab.active span {
    background-color: transparent;
    -webkit-transition-delay: 0s, 0s;
    -moz-transition-delay: 0s, 0s;
    -ms-transition-delay: 0s, 0s;
    -o-transition-delay: 0s, 0s;
    transition-delay: 0s, 0s
}

.head-other .tab.active span:after, .head-other .tab.active span:before {
    -webkit-transition-delay: 0s, .3s;
    -moz-transition-delay: 0s, .3s;
    -ms-transition-delay: 0s, .3s;
    -o-transition-delay: 0s, .3s;
    transition-delay: 0s, .3s
}

.head-other .tab.active span:before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}
.head-other .tab.active span:after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.yqlj{

margin-top: 50px;
}
.yqlj a{
color: #ffffff;
}
.yqlj li{
    margin-right:20px;
    display: block;
}
.yqlj ul{
   display: inline-block;
}
.yqlj p{
    color: #ffffff;
   display: inline-block;
}
.yqlj span{
        color: #999;
 font-size: 12px;
}
.yqlj a:hover{
          padding-left: 5px;
    color: #136884;
}
.foot .content1 .main2 .other p a{
	color: #ffffff;
}